home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / lib / README < prev    next >
Text File  |  1997-09-09  |  1KB  |  28 lines

  1.  
  2.             COMPILING LINK LIBRARIES FROM SDOURCE
  3.  
  4.                 (AMIGA)
  5.  
  6.    You can use the library source to compile additional DICE link libraries
  7.    that were not shipped on the original disks but you must have a great deal
  8.    of hard disk space and ram in order to be able to do this.
  9.  
  10.    There is a certain amount of setup you will have to do before you can
  11.    use dmake to compile this library source.
  12.  
  13.    * If you are running under 1.3 you have to change the 'Set' commands in
  14.      the DMakefile to 'SetEnv' commands.
  15.  
  16.    * You need to assign XDLIB: to where the destination (where to create the
  17.      libraries).  You usually do not assign this to DLIB: so as not to
  18.      overwrite your original libraries immediately.
  19.  
  20.    * Needless to say, you can't compile 3.0 libraries without the 3.0 includes.
  21.  
  22.    * There are literally dozens of memory model variations, a full compile
  23.      of all libraries with all memory model variations requires over 7MB of
  24.      hard disk space just to store the objects and another 7MB to store 
  25.      the .LIB files themselves.  A full compile takes several hours on an
  26.      A3000!
  27.  
  28.